home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
Programming
/
SecalDemo
/
Inc
/
libcalls
/
misc.inc
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-06-11
|
308 b
|
15 lines
pattern AllocMiscResource(_unitNum,_name) is
push a6;
safe d0.l:=_unitNum; a1:=_name;;
a6:=MiscBase; jsr [a6-6];
pop a6;
endp; # ALLOCMISCRESOURCE
pattern FreeMiscResource(_unitNum) is
push a6;
d0.l:=_unitNum;
a6:=MiscBase; jsr [a6-12];
pop a6;
endp; # FREEMISCRESOURCE